home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Embedded Part Changed Notification
- Sent: 7/9/96 1:58 PM
- Received: 7/9/96 2:11 PM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >Is there any way a container part can be notified of a change in an
- >embedded part, ie trap part->Changed() from the embedded part.
-
- There is an OpenDoc mechanism for this. An embedded part is supposed to
- call ODFrame::ContentUpdated whenever the contents of a display frame are
- changed. The container part is then notified by OpenDoc calling its
- EmbeddedFrameUpdated method.
-
- In ODF you can call FW_CPresentation::ContentUpdated to notify the
- container part of a change. The ODF method
- FW_CODPart::EmbeddedFrameUpdated will be called; however, all it does is
- update links.
-
- Mary Boetcher
- ODF person
-
-
- ........................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- ........................................................................
-
-
-